Class TimedRouterLSAImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.TimedRouterLSAImpl
All Implemented Interfaces:
IPCData, TimedRouterLSA

public class TimedRouterLSAImpl extends IPCDataImpl implements TimedRouterLSA
  • Field Details

  • Constructor Details

    • TimedRouterLSAImpl

      public TimedRouterLSAImpl()
  • Method Details

    • getLsa

      public OSPFRouterLSA getLsa()
      Specified by:
      getLsa in interface TimedRouterLSA
      Returns:
      OSPFRouterLSA Returns a OSPFRouterLSA
    • setLsa

      public void setLsa(OSPFRouterLSA lsa)
      Specified by:
      setLsa in interface TimedRouterLSA
      Parameters:
      lsa - Takes in a parameter of lsa
    • read

      public void read(EncodedBuffer buffer)
      Reads this object from an EncodedBuffer of raw data
      Specified by:
      read in interface IPCData
      Specified by:
      read in class IPCDataImpl
      Parameters:
      buffer - The EncodedBuffer that contains the raw data from which to construct this object